home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 8 / Night Owl CD-ROM (NOPV8) (Night Owl Publisher) (1993).ISO / 010a / t_lmodem.arj / LMODEM.DOC next >
Text File  |  1989-06-20  |  3KB  |  81 lines

  1.  
  2.  
  3.    The files contained in this archive allow you to add Lmodem protocol to
  4. Telix.   At the current time, this file supports RECEIVING files (downloading)
  5. only -- I'll put up a new version as soon as I get the upload function in.
  6. This program has only been tested with Telix -- if you use another
  7. telecommunications program, you'll have to experiment with it on your own.
  8.  
  9.  
  10. Installing Lmodem under Telix
  11. -----------------------------
  12.  
  13.    In this installation, I am going to assume two things:
  14.  
  15.             (a) that you run Telix out of a subdirectory on drive C:
  16.                 named \TELIX\
  17.  
  18.             (b) that you have Telix set up to place your downloads
  19.                 into a subdirectory named C:\TELIX\DOWNLOAD\.
  20.  
  21.  
  22.    If either of these are not true on your system, simply substitute your
  23. drive and subdirectories in place of these in the LMRECV.BAT file.
  24.  
  25.  
  26.  
  27.      1.  Copy LMODEM.EXE and LMRECV.BAT into your C:\Telix subdirectory.
  28.  
  29.      2.  Boot up Telix, and hit ALT-O to configure it.
  30.  
  31.      3.  Choose "Protocol options".
  32.  
  33.      4.  Edit the first empty "External protocol" in the list.
  34.  
  35.      5.  Fill in the screen as follows:
  36.  
  37.  
  38.      Key   Protocol name   Upload name  Download name  BAT/Script  DL name
  39.      ---   -------------   -----------  -------------  ----------  -------
  40.       L       Lmodem         <enter>      LMRECV         Batch       No
  41.  
  42.  
  43.      6.  Press ESC, then "Save options to disk".
  44.  
  45.  
  46.   That's all there is to it!  Be sure to edit the LMRECV.BAT file to make
  47. sure that the download path is what you want it to be.   If you are trying
  48. to install this with another program other than Telix, the command line
  49. switches to LMODEM are as follows:
  50.  
  51.  
  52.         lmodem  r  -d<download path> -p<port number> -b<baud rate>
  53.  
  54.  
  55.       o  at the current time, only "r"eceive is supported (but it still must
  56.          be specified on the command line).
  57.  
  58.       o  -d specifies the path to place the downloaded files in.  If this
  59.          switch is not specified, the downloads will be placed into the
  60.          current default subdirectory.
  61.  
  62.       o  -p specifies the port number (1 or 2 only).  If omitted, the port
  63.          number will default to 1.
  64.  
  65.       o  -b specifies the baud rate.  If this parameter is omitted, LMODEM
  66.          will assume that the port is already configured to the desired
  67.          baud rate.
  68.  
  69.       o  An example command line would be:
  70.  
  71.                   lmodem r -dc:\download\ -p1 -b19200
  72.  
  73.  
  74.  
  75.  Let me know if you have any problems...
  76.  
  77.                Keith Ledbetter
  78.  
  79.                GENIE: ORION.MICRO
  80.  
  81.